﻿@charset "utf-8";
/* CSS Document */

html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
fieldset {
  margin: 0;
  padding: 0;
}

/* IE5.xIE6бbug */
* html body {
  overflow: visible;
}

* html iframe,
* html frame {
  overflow: auto;
}

* html frameset {
  overflow: hidden;
}

/* body */
body {
  color: #757575;
  font-size: 12px;
  line-height: 24px;
  font-family: "微软雅黑";
  background: #FFF;
}

i,
em,
cite {
  font-style: normal;
}

/* a */
a {
  color: #757575;
  font-size: 12px;
  /*-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;*/
  text-decoration: none;
}

a:hover {
  color: #da251d;
}

/* form */
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

textarea,
input {
  vertical-align: middle;
  font-size: 12px;
  outline: none
}

iframe {
  border: 0
}

/* li */
ul,
li {
  list-style-type: none;
}

/* img */
body img {
  border: 0 none;
  vertical-align: middle;
}

/* h* */
h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}


/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

/*返回顶部*/
.totop {
  position: fixed;
  right: 50%;
  margin-right: -528px;
  z-index: 10000;
  bottom: 25px;
  display: block;
  width: 26px;
  height: 62px;
  background: url(../images/rocket.png) no-repeat 0 0;
  -webkit-transition: all 0.2s ease-in-out;
}

.headTop {
  height: 36px;
  background: #f6f6f6;
  position: relative;
  z-index: 11
}

.headTop .head {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  color: #b2b2b2;
  line-height: 36px;
  font-size: 14px;
}

.headTop .head img {
  margin-top: -3px
}

.headTop .head .tel {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}


/*网站头部*/
.top-T_Wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
  -moz-box-shadow: 0 0 20px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.4);
  height: 160px;
  position: relative;
  z-index: 10;
  background: #FFF
}

.top-T {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 1100px;
  background: url(../images/logo.png) left center no-repeat;
  background-size: 517px;
  margin: 0 auto;
  height: 110px;
  position: relative;
}

.top-T .tel {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 350px;
  background: url(../images/tel.png) right center no-repeat;
  background-size: 218px;
  height: 110px;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0
}

/***********nav*******/
.navWrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  z-index: 100;
  background: #01509d;
  width: auto;
}

.nav {
  width: 1100px;
  margin: 0 auto;
}

.nav li {
  float: left;
  text-align: center;
  position: relative
}

.nav li>a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  line-height: 50px;
  width: 150px;
  font-size: 16px;
  color: #FFF;
  display: block;
  position: relative
}

.nav li>a:hover,
.nav li>.cur {
  background: #da251d
}

.ProBoxWrap {
  display: none;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8)
}

.ProBoxWrap .ProBox {
  margin: 0 auto;
}

.ProBoxWrap .ProBox .T {}

.ProBoxWrap .ProBox .T a {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #333333;
  font-size: 14px;
}

.ProBoxWrap .ProBox .T a:hover {
  color: #333333
}

.nav li:hover .ProBoxWrap {
  display: block
}

.nav li:hover>a {
  background: #cc1002
}

.HeadFixed {
  height: 120px;
}

.HeadFixed .top-T {
  background: url(../images/logo.png) left center no-repeat;
  height: 70px;
  background-size: 400px
}

.HeadFixed .top-T .tel {
  background: url(../images/tel.png) right center no-repeat;
  height: 70px;
  background-size: 210px
}

.HeadFixed .nav {
  height: 50px;
}

.HeadFixed .nav li>a {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}

/*********************************公共头部结束*******************************/

.js-silder {
  position: relative;
  height: 600px
}

.silder-scroll {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.silder-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.silder-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.silder-main-img a {
  display: block;
  height: 100%
}

.silder-main-img img {
  width: 100%;
}

.js-silder-ctrl {
  position: absolute;
  bottom: 5px;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.silder-ctrl-prev,
.silder-ctrl-next {
  position: absolute;
  top: 0;
  display: none;
  width: 8%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-family: "宋体";
  font-size: 52px;
  font-weight: 600;
  text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
  left: 0;
  text-align: left;
}

.silder-ctrl-next {
  right: 0;
  text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.silder-ctrl-prev>span {
  display: none;
  left: 0;
}

.silder-ctrl-next>span {
  display: none;
  right: 0;
}

.silder-ctrl-con {
  display: inline-block;
  padding: 10px 0;
  margin: 0 10px;
  cursor: pointer;
}

.silder-ctrl-con>span {
  display: block;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 3px 20px;
  cursor: pointer;
  background: #FFF
}

.silder-ctrl-con.active>span {
  background-color: #0046a4;
}

@media (max-width: 768px) {

  .silder-ctrl-prev,
  .silder-ctrl-next {
    width: 10%;
    font-size: 26px;
    margin-top: -25px;
  }

  .silder-ctrl-con {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 5px;
  }

  .silder-ctrl-con>span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0;
  }
}

.inproSearchWrap {
  background: #0046a4
}

.inproSearch {
  width: 1100px;
  margin: 0 auto;
  line-height: 32px;
  height: 32px;
  padding: 8px 0;
  position: relative
}

.inproSearch span {
  font-size: 14px;
  color: #333333;
  font-weight: bold
}

.inproSearch a {
  margin-right: 10px;
  font-size: 14px;
  color: #808080
}

.seach {
  overflow: hidden;
  width: 290px;
  height: 32px;
  border: 1px solid #e6e6e6;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.seach .keys {
  width: 240px;
  height: 32px;
  border: 0;
  background: none;
  padding-left: 10px;
  float: left;
  font-size: 14px;
  color: #000;
  font-family: '微软雅黑'
}

.seach .btns {
  border: 0;
  background: url(../images/an.png) center center no-repeat;
  width: 40px;
  height: 32px;
  float: right;
  cursor: pointer
}


.seach .keys::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(128, 128, 128, 0.5);
}

.seach .keys::-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(128, 128, 128, 0.5);
}

.seach .keys::-o-input-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(128, 128, 128, 0.5);
}

.seach .keys::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(128, 128, 128, 0.5);
}




/*通知消息*/
.Notice {
  width: 800px;
  position: relative;
  height: 32px;
  overflow: hidden
}

.Notice .NoticeTitle {
  background: url(../images/Notice.png) left center no-repeat;
  line-height: 32px;
  padding-left: 36px;
  width: 100px;
  height: 32px;
  font-size: 14px;
  color: #FFF
}

.Notice .Noticetext {
  position: absolute;
  left: 105px;
  height: 32px;
  top: 0;
  width: 600px;
  height: 32px;
  overflow: hidden;
}

.Notice .Noticetext li a {
  font-size: 14px;
  color: #FFF
}

.Notice .Noticetext li a:hover {
  text-decoration: underline;
  color: #FFF
}




.inPRO {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0 30px;
  overflow: hidden;
}

.RightBOx {
  width: 790px;
  padding-top: 15px;
  overflow: hidden;
}



.RightBOx li {
  width: 263px;
  margin-bottom: 20px;
  position: relative;
  float: left;
  display: inline;
}

.RightBOx li a {
  display: block;
  width: 250px;
  font-size: 14px;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #999999;
  margin: 0 auto;
  overflow: hidden
}

.RightBOx li .pic {
  position: relative;
  display: block;
  overflow: hidden;
  background: #FFF;
  margin: 0 auto;
  height: 250px;
  width: 250px
}

.RightBOx li .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.RightBOx li .text {
  text-align: center;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
}

.RightBOx li a:hover {
  background: #da251d;
  border: 1px solid #da251d;
  color: #FFF
}

.LeftBox {
  width: 270px;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.LeftBox .Lefttitle {
  height: 55px;
  background: url(../images/protitle.png) center center no-repeat #01509d;
}


.LeftBox .LeftList {
  width: 270px;
  overflow: hidden;
  padding: 20px 0 10px;
  background: #e6e6e6;
  margin: 0 auto 20px;
}

.LeftBox .LeftList li {
  overflow: hidden;
  width: 214px;
  line-height: 36px;
  margin: 0 auto 10px;
  position: relative;
}

.LeftBox .LeftList li a {
  color: #333333;
  display: block;
  height: 36px;
  font-size: 14px;
  background: url(../images/i02.png) center center no-repeat;
  padding-left: 40px;
}

.LeftBox .LeftList li a:hover,
.LeftBox .LeftList li.cur a {
  background: url(../images/i01.png) center center no-repeat;
  color: #FFF
}

.LeftBox .LeftList li.more a {
  background: url(../images/i03.png) center center no-repeat;
  text-align: center;
  padding: 0;
  color: #808080
}

.LeftBox .LeftList li.more a:hover {
  background: url(../images/i03.png) center center no-repeat;
  color: #808080
}

.LeftBox .contact {
  margin-bottom: 20px;
}

.LeftBox .L_newsbt {
  height: 55px;
  line-height: 55px;
  background: #01509d;
  text-align: center;
  color: #FFF;
  font-size: 18px;
}

.LeftBox .L_newsbt span {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 5px;
}

.LeftBox .L_newsList {
  border: 1px solid #e2e2e2;
  padding: 0 15px 15px;
}

.LeftBox .L_newsList li {
  border-bottom: 1px dashed #b3b3b3;
  height: 45px;
  overflow: hidden;
  line-height: 45px;
}

.LeftBox .L_newsList li a {
  font-size: 14px;
  color: #666666;
  background: url(../images/jt05.png) left center no-repeat;
  padding-left: 15px
}

.LeftBox .L_newsList li a:hover {
  color: #da251d
}

.HomeRight {
  width: 790px;
  float: right
}

.HomeRight .photo_title {
  width: 790px
}


.nyWrap {
  width: auto;
  background: url(../images/probj.jpg) left top repeat-x;
}

.in_pro {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 10px
}



.about {
  width: 270px;
  position: relative;
}

.about .photo_title {
  width: 270px
}

.about .aboutText {
  display: block;
  position: relative;
  padding-top: 15px;
  font-size: 14px;
  width: 240px;
  line-height: 30px;
  color: #666666
}

.about .aboutText .honor {
  position: absolute;
  right: 0;
  top: 20px
}

.about .aboutText span {
  display: block;
  color: #da251d;
  margin-top: 30px;
}

/**工程案例**/

.photo_title {
  height: 36px;
  border-bottom: 1px solid #e6e6e6;
  width: 1100px;
  margin: 0 auto;
  font-size: 18px;
  color: #01509d;
  line-height: 36px;
  position: relative
}

.photo_title span {
  display: inline-block;
  height: 36px;
  border-bottom: 1px solid #01509d;
  font-weight: bold
}

.photo_title span i {
  color: #b2b2b2;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 10px;
}

.photo_title a {
  font-size: 14px;
  color: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0
}

.photo_boxWAP {
  background: #f2f2f2;
  width: auto;
  padding: 40px 0;
  overflow: hidden;
}

.photo_box {
  width: 1100px;
  margin: 0 auto
}

.photo_wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.photo_wrap li {
  width: 275px;
  float: left;
  overflow: hidden;
  position: relative;
}

.photo_wrap li a {
  font-size: 14px;
  width: 260px;
  background: #FFF;
  color: #333333;
  padding-top: 10px;
  display: block;
  margin: 0 auto
}

.photo_wrap li .pic {
  width: 240px;
  height: 135px;
  margin: 0 auto;
  position: relative;
}

.photo_wrap li .pic img {
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.photo_wrap li .text {
  text-align: center;
  overflow: hidden;
  height: 45px;
  line-height: 45px
}

.photo_wrap li a:hover {
  background: #da251d;
  color: #FFF
}




/*内页样式*/

.right-bt {
  width: 1100px;
  margin: 0 auto;
  height: 55px;
  border-bottom: 1px dashed #cccccc;
  position: relative;
  line-height: 55px;
}

.right-bt .nybtL {
  color: #da251d;
  display: inline-block;
  height: 55px;
  padding: 0 5px;
  border-bottom: 2px solid #da251d;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden
}

.right-bt .nybtR {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  color: #737373
}

.right-bt .nybtR a:nth-last-child(1) {
  color: #da251d
}

.right-bt a {
  color: #808080
}

.right-bt a:hover {
  color: #da251d
}

.ny-right-about {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
  min-height: 300px;
  padding: 10px 0;
  font-size: 14px;
  color: #474747
}


.ny-right-news {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0
}

.ny-right-news li {
  width: 1100px;
  height: 42px;
  line-height: 42px;
  position: relative;
  border-bottom: 1px dashed #CCC;
  overflow: hidden
}

.ny-right-news li a {
  background: url(../Images/d.png) left center no-repeat;
  font-size: 14px;
  padding-left: 15px;
}

.ny-right-news li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #737373;
}

.ny-right-news ul {
  margin-bottom: 20px;
}


.ny-right-news h1 {
  font-size: 16px;
  width: 1100px;
  float: left;
  text-align: center
}

.ny-right-news h6 {
  border-bottom: 1px dashed #CCC;
  width: 1100px;
  font-weight: normal;
  height: 32px;
  float: left;
  line-height: 32px;
  text-align: center;
  color: #737373
}

.ny-news-nr {
  width: 1100px;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 20px;
}

/*荣誉*/
.ny-right-honor {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden
}

.ny-right-honor li {
  width: 275px;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.ny-right-honor li a {
  font-size: 14px;
  width: 260px;
  color: #808080;
  display: block;
  margin: 0 auto
}

.ny-right-honor li .pic {
  width: 255px;
  overflow: hidden;
  height: 143px;
  box-sizing: border-box;
  border: 1px solid #ededed;
  margin: 0 auto;
  position: relative
}

.ny-right-honor li .pic img {
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.ny-right-honor li .txt {
  text-align: center;
  overflow: hidden;
  height: 40px;
  line-height: 40px
}

.ny-right-honor li a:hover {
  color: #da251d
}

/*内页****产品****样式*****/
.ny-right-pro {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden
}

.ny-right-pro li {
  width: 275px;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.ny-right-pro li a {
  font-size: 14px;
  width: 255px;
  color: #808080;
  display: block;
  margin: 0 auto
}

.ny-right-pro li .pic {
  width: 255px;
  height: 255px;
  overflow: hidden;
  border: 1px solid #ededed;
  margin: 0 auto;
  position: relative
}

.ny-right-pro li .pic img {
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.ny-right-pro li .txt {
  text-align: center;
  overflow: hidden;
  height: 40px;
  line-height: 40px
}

.ny-right-pro li a:hover {
  color: #da251d
}

.jqzoom {
  width: 1100px;
  margin: 10px auto;
  overflow: hidden;
}


.jqzoom_A {
  width: 1100px;
  margin: 10px auto;
  text-align: center;
}

.jqzoom_A img {
  border: 1px solid #CCC;
  max-width: 750px;
}

.jqzoom_A h1 {
  font-size: 20px;
  line-height: 55px;
  display: block;
  font-weight: normal;
}


.proproperty {
  font-size: 16px;
  margin-top: 20px;
  width: 1100px;
  border-bottom: 1px solid #e2e2e2;
  height: 40px;
}

.proproperty li {
  height: 30px;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  display: inline-block;
  margin-right: 30px;
}

.proproperty li.cur {
  color: #da251d
}

.procontent {
  width: 1100px;
  float: right;
  padding: 10px 0;
}

.dispaly {
  display: none
}

.pageleft {
  float: left
}

.pageright {
  float: right
}


/*新闻中心*/
.news_wrap {
  width: auto;
  padding: 30px 0;
  overflow: hidden;
}

.news_wrap .public_title {
  text-align: center;
  padding: 0 0 15px
}

.newCenter {
  width: 1100px;
  overflow: hidden;
  height: 500px;
  margin: 0 auto;
}

.newCenter .left {
  width: 1100px;
  float: left
}

.newCenter .left li {
  width: 530px;
  float: left;
  margin-right: 20px;
  position: relative;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px dashed #cccccc
}

.newCenter .left li a {
  display: block;
  font-size: 14px;
  color: #4d4d4d
}

.newCenter .left li span {
  position: absolute;
  right: 0;
  top: 0
}

.newCenter .left li i {
  margin-right: 5px;
  font-size: 20px;
}

.newBottom {
  width: 1100px;
  height: 85px;
  background: url(../images/wt.png) left 10px no-repeat;
  position: relative;
  margin: 50px auto;
}

.newBottom .hd {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.newBottom .hd a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}

.newBottom .hd a.prev {
  background: url(../images/up01.png) center center no-repeat #b3b3b3;
  margin-bottom: 25px;
}

.newBottom .hd a.prev:hover {
  background: url(../images/up01.png) center center no-repeat #005982
}

.newBottom .hd a.next {
  background: url(../images/down.png) center center no-repeat #b3b3b3
}

.newBottom .hd a.next:hover {
  background: url(../images/down.png) center center no-repeat #005982
}

.newBottom .bd {
  margin-left: 130px;
  height: 85px;
  margin-right: 110px;
  overflow: hidden
}

.newBottom .bd ul {
  overflow: hidden;
  zoom: 1;
  padding-left: 40px;
}

.newBottom .bd ul li {
  width: 390px;
  float: left
}

.newBottom .bd ul li .title {
  position: relative;
  font-size: 16px;
  color: #4c4c4c;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  line-height: 35px;
}

.newBottom .bd ul li .content {
  font-size: 14px;
  color: #808080;
  padding-top: 10px;
  line-height: 18px;
}

.newBottom .bd ul li .title:after {
  content: '';
  width: 30px;
  height: 35px;
  background: url(../images/wen.png) left center no-repeat;
  position: absolute;
  left: -30px;
  top: 0
}

.linkWrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  overflow: hidden;
  line-height: 75px;
  font-size: 14px
}

.linkWrap .linkBt {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #4c4c4c;
}

.linkWrap .link {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-left: 80px;
  line-height: 24px;
}

.linkWrap .link a {
  color: #808080;
  font-size: 14px;
  margin-right: 10px;
}

.linkWrap .link a:hover {
  text-decoration: underline;
  color: #808080;
}

.footNavWrap {
  width: auto;
  background: #333333
}

.footNavWrap .footNav {
  width: 1100px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
}

.footNavWrap .footNav p {
  line-height: 40px;
  display: inline-block;
  padding: 0 25px;
  color: #FFF
}

.footNavWrap .footNav p a {
  font-size: 16px;
  color: #FFF
}

.footNavWrap .footNav p a:hover {
  color: #FFF
}


/*footer*/
.footWrap {
  overflow: hidden;
}

.footWrap .foot {
  text-align: center;
  width: 1100px;
  margin: 40px auto;
  font-size: 14px;
  line-height: 29px;
  position: relative;
  overflow: hidden
}

.footWrap .foot .mobile {
  margin-top: 20px;
}

.footWrap .foot .contact {}

.footWrap .foot .contact p {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  padding: 0 40px;
}

.footWrap .foot .contact p img {
  margin-top: -3px;
  margin-right: 5px;
}

.copyWrap {
  border-top: 1px solid #ebebeb;
  text-align: center;
  color: #4c4c4c;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
}

.copyWrap .copy {
  width: 1100px;
  margin: 0 auto;
  position: relative
}

.copyWrap .copy i {
  position: absolute;
  right: 0;
  top: 0
}

.copyWrap a {
  font-size: 14px;
  color: #808080;
}

.copyWrap a:hover {
  color: #808080
}

/*翻页*/
.pageNavi {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-pagenavi {
  CLEAR: both;
}

.wp-pagenavi A {
  BORDER-RIGHT: #bfbfbf 1px solid;
  PADDING-RIGHT: 5px;
  BORDER-TOP: #bfbfbf 1px solid;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 3px;
  MARGIN: 2px;
  BORDER-LEFT: #bfbfbf 1px solid;
  PADDING-TOP: 3px;
  BORDER-BOTTOM: #bfbfbf 1px solid;
  TEXT-DECORATION: none
}

.wp-pagenavi SPAN {
  BORDER-RIGHT: #bfbfbf 1px solid;
  PADDING-RIGHT: 5px;
  BORDER-TOP: #bfbfbf 1px solid;
  PADDING-LEFT: 5px;
  PADDING-BOTTOM: 3px;
  MARGIN: 2px;
  BORDER-LEFT: #bfbfbf 1px solid;
  PADDING-TOP: 3px;
  BORDER-BOTTOM: #bfbfbf 1px solid;
  TEXT-DECORATION: none
}

.wp-pagenavi A:hover {
  BORDER-LEFT-COLOR: #000;
  BORDER-BOTTOM-COLOR: #000;
  BORDER-TOP-COLOR: #000;
  BORDER- RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
  BORDER-LEFT-COLOR: #000;
  BORDER-BOTTOM-COLOR: #000;
  BORDER-TOP-COLOR: #000;
  BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
  FONT-WEIGHT: bold
}




/*===========================================插件END======================================================*/

#product_view {
  width: 700px;
  margin: auto;
  overflow: hidden;
}

#product_view h1 {
  font-size: 18px;
  text-align: left;
  line-height: 26px;
}

#product_view h2 {
  font-size: 14px;
  height: 30px;
  line-height: 30px
}

#product_view div.content {
  line-height: 180%;
  padding-bottom: 15px
}

#product_view p.pImg {
  text-align: center;
  padding-bottom: 15px
}


.list {
  padding: 0 10px 0 0;
}

.list img {
  cursor: pointer;
  padding: 1px;
  border: 1px solid #cdcdcd;
  margin-right: 10px;
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.list img.onzoom,
.list img.on {
  padding: 0px;
  border: 2px solid #e60012;
}

.container {
  position: relative;
}

.izImage {
  border: 1px solid #cdcdcd;
  width: 500px;
  height: 500px;
  cursor: pointer
}

.izViewer {
  width: 0;
  height: 0;
  position: absolute;
  left: 390px;
  top: 0;
  display: none;
  border: 1px solid #999;
}

#idList {
  display: none
}

.handle {
  display: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #E6EAF3;
  cursor: crosshair;
}


.right_text {
  width: 670px;
  font-size: 16px;
  float: right;
}

.right_text h1 {
  line-height: 26px;
  font-size: 24px;
  font-weight: normal
}

.right_text .text {
  line-height: 44px;
  margin-top: 10px;
}

.right_text .text span {
  font-size: 22px;
  color: #e60012;
}

.right_text .text .janj {
  line-height: 30px;
  color: #4c4c4c;
  font-size: 16px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e2e2e2
}



/*漂浮*/
.float-contact-mini {
  position: absolute;
  right: 1px;
  top: 30%;
  z-index: 100
}

.float-contact-mini a {
  background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
  color: #FFFFFF !important;
  display: block;
  height: 65px;
  line-height: 110%;
  padding: 46px 5px 0;
  text-align: center;
  text-decoration: none !important;
  width: 18px;
}

.float-contact {
  display: none;
  position: absolute;
  right: 1px;
  top: 28%;
  width: 190px;
}

.float-contact .close {
  background: url("../images/sprites.png") no-repeat scroll -29px 0 transparent;
  color: #FFFFFF !important;
  display: block;
  height: 31px;

  line-height: 31px;
  padding-left: 22px;

}

.float-contact .container {
  background: #FFFFFF;
  border-color: #E3E3E3;
  padding: 10px
}

.float-contact .container {
  border-style: solid;

}

.float-contact .qq {}

.float-contact .qqtitle {}

.float-contact .qq .btn {}

.float-contact .qq .btn li {
  line-height: 30px;
}

/*.float-contact .qq .btn li a{ border:1px solid #e6e6e6; margin:10px auto 0; display:block}*/

.float-contact .myqqlink {
  background: url("../images/qqpf.png") repeat-x left center;

  color: #FFFFFF;
  font-size: 16px;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;

}




.form {
  width: 600px;
  padding: 20px 0;
  position: relative;
}

.form strong {
  font-size: 16px;
  line-height: 36px;
  display: block;
  margin: 0px 0 0
}

textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  font-family: '微软雅黑';
  outline: none;
  -webkit-appearance: none;
  border-radius: 0
}

input[type="text"],
input[type="submit"],
input[type="number"],
input[type="reset"],
input[type="button"],
input[type="tel"],
button,
select {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e1e1e1;
}

::-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e1e1e1;
}

::-o-input-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e1e1e1;
}

::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #e1e1e1;
}

textarea {
  resize: none;
  /*禁用了文本的拖拉*/
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none
}

input::-webkit-focus-inner {
  border: 0;
  padding: 0;
  outline: none
}

input::-ms-focus-inner {
  border: 0;
  padding: 0;
  outline: none
}

input::-o-focus-inner {
  border: 0;
  padding: 0;
  outline: none
}

input::focus-inner {
  border: 0;
  padding: 0;
  outline: none
}


.faqline,
.Content {
  width: auto;
  position: relative;
  margin-bottom: 7px;
}

.faqline .faqtit,
.Content .faqtit {
  display: block;
  width: 200px;
  height: 30px;
  line-height: 30px;
}

.faqline input,
.Content textarea {
  height: 28px;
  padding: 0 10px;
  border: 1px solid #e2e2e2;
  width: 50%;
}

.Content {}

.Content textarea {
  height: 120px;
  width: 80%;
  padding: 10px 10px;
}

.faqline .tj {
  width: 90px;
  height: 35px;
  text-align: center;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  background: #e2e2e2
}



/*QQ咨询*/
.QQadv {
  position: fixed;
  right: 60px;
  top: 40%;
  margin: auto;
  z-index: 500;
}

.QQadv li {
  width: auto;
  margin-bottom: 2px;
  position: relative;
  line-height: 60px;
  height: 60px;
}

.QQadv li .Title {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: relative;
  z-index: 10
}

.QQadv li .nr {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  white-space: nowrap;
  height: 60px;
  position: absolute;
  right: -0px;
  opacity: 0;
  top: 0;
  z-index: 5
}

.QQadv li .Title:hover {}

.QQadv li .Title:hover+.nr {
  color: #FFF;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  padding: 0 20px;
  opacity: 1;
  right: 60px;
  background: rgba(1, 80, 157, 1)
}


.QQadv li.A .Title {
  background: url(../images/p06.png) center center no-repeat rgba(1, 80, 157, 0.5);
}

.QQadv li.A .Title:hover {
  background: url(../images/p06.png) center center no-repeat rgba(1, 80, 157, 1);
}


.QQadv li.B .Title {
  background: url(../images/p02.png) center center no-repeat rgba(1, 80, 157, 0.5);
}

.QQadv li.B .Title:hover {
  background: url(../images/p02.png) center center no-repeat rgba(1, 80, 157, 1);
}


.QQadv li.C .Title {
  background: url(../images/p01.png) center center no-repeat rgba(1, 80, 157, 0.5);
}

.QQadv li.C .Title:hover {
  background: url(../images/p01.png) center center no-repeat rgba(1, 80, 157, 1);
}

/*
.QQadv li.D .Title{ background:url(../images/p04.png) center center no-repeat rgba(0,160,233,0.5); }
.QQadv li.D .Title:hover{ background:url(../images/p04.png) center center no-repeat rgba(0,160,233,1); }
*/



.QQadv li.E .Title {
  background: url(../images/p03.png) center center no-repeat rgba(1, 80, 157, 0.5);
}

.QQadv li.E .Title:hover {
  background: url(../images/p03.png) center center no-repeat rgba(1, 80, 157, 1);
}

.QQadv li.E .Title:hover+.nr {
  display: block;
  padding: 0 20px;
  opacity: 1;
  right: 55px;
  background: none;
  top: -30px;
}

.QQadv li.F .Title {
  background: url(../images/p04.png) center center no-repeat rgba(1, 80, 157, 0.5);
}

.QQadv li.F .Title:hover {
  background: url(../images/p04.png) center center no-repeat rgba(1, 80, 157, 1);
}

.QQadv li.G .Title {
  background: url(../images/p05.png) center center no-repeat rgba(1, 80, 157, 0.5);
}

.QQadv li.G .Title:hover {
  background: url(../images/p05.png) center center no-repeat rgba(1, 80, 157, 1);
}